home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP5 / XIMAP5.dxr / 00427.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  340 b   |  13 lines

  1. on enterFrame
  2.   repeat while soundBusy(1)
  3.     repeat with x = 0 to 8
  4.       set lstrWhichMem to "bp" & 1 + x
  5.       set the castNum of sprite 2 to the number of member lstrWhichMem
  6.       updateStage()
  7.     end repeat
  8.     go(the frame)
  9.   end repeat
  10.   set the castNum of sprite 2 to the number of member "biggest textbox"
  11.   hpuppet(0, 2, 2)
  12. end
  13.